home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / b026.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  311 b   |  15 lines

  1. on mouseDown
  2.   global gNotesWindow, gHelpWindow
  3.   set the castNum of sprite 48 to cast "b012"
  4.   if pressButton(48) then
  5.     pupSprites(1, 48, 0)
  6.     if objectp(gHelpWindow) then
  7.       forget(gHelpWindow)
  8.     end if
  9.     if objectp(gNotesWindow) then
  10.       forget(gNotesWindow)
  11.     end if
  12.     quit()
  13.   end if
  14. end
  15.